home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / WPlay160 / WPlay / WPlay.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Text File  |  1998-07-28  |  1KB  |  59 lines

  1. object Form6: TForm6
  2.   Left = 239
  3.   Top = 122
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Enter URL'
  8.   ClientHeight = 85
  9.   ClientWidth = 419
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 64
  19.     Top = 6
  20.     Width = 230
  21.     Height = 13
  22.     Caption = 'Enter an URL (www.server.com/songname.mp3)'
  23.   end
  24.   object Image1: TImage
  25.     Left = 8
  26.     Top = 18
  27.     Width = 41
  28.     Height = 36
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.   end
  32.   object Button1: TButton
  33.     Left = 288
  34.     Top = 56
  35.     Width = 57
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 352
  44.     Top = 56
  45.     Width = 57
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     TabOrder = 1
  49.     OnClick = Button2Click
  50.   end
  51.   object Edit1: TEdit
  52.     Left = 64
  53.     Top = 26
  54.     Width = 345
  55.     Height = 21
  56.     TabOrder = 2
  57.   end
  58. end
  59.